Creation information for a vertex input state. More...
#include <kanzi/gfx/create_info.hpp>
Public Types | |
| using | HandleType |
| Vertex input state handle. | |
Public Member Functions | |
| int | compare (const VertexInputStateCreateInfo &other) const |
| Perform comparison against another vertex input state create info. | |
| bool | operator< (const VertexInputStateCreateInfo &other) const |
| Less than -operator. | |
Public Attributes | |
| vector< VertexBinding > | bindings |
| List of vertex bindings. | |
Public Attributes inherited from kanzi::gfx::BaseCreateInfo | |
| string_view | name |
| The name of the graphics object, useful for debugging. | |
Creation information for a vertex input state.
The vertex input state configures how a shader accesses vertex data.
Vertex input state handle.
|
inline |
Perform comparison against another vertex input state create info.
| other | Vertex input state create info to compare against. |
|
inline |
Less than -operator.
| other | Vertex input state create info to compare against. |
| vector<VertexBinding> kanzi::gfx::VertexInputStateCreateInfo::bindings |
List of vertex bindings.